Html Css Color HEX #BCB402 La Rioja

📋 copy color: '#BCB402'

red 188 ◦ green 180 ◦ blue 2

#BCB402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BCB402

Tints of La Rioja #BCB402

RGB

 RED value IS 188 (73.83% from 255) = 50.81%

 GREEN value IS 180 (70.7% from 255) = 48.65%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 50.81%
G = 48.65%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCB402 (or 0xBCB402) is known color: La Rioja. HEX triplet: BC, B4 and 02. RGB value is (188,180,2). Sum of RGB (Red+Green+Blue) = 188+180+2=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB402 is #434BFD. Grayscale: #A2A2A2. Windows color (decimal): -4410366 or 177340. OLE color: 177340.

HSL color Cylindrical-coordinate representation of color #BCB402: hue angle of 57.42º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCB402 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 2 -
CMYK 0 0.04 0.99 0.26
HSL 57.42º 0.98% 0.37% -
HSV(B) 57.42º 0.99% 0.74% -
XYZ 37.07 43.34 6.47 -
YUV 162.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 188 180 2 0 0.04 0.99 0.26 57.42 0.98 0.37
Hex BC B4 2 0 4 63 1A 39 62 25
Octal 274 264 2 0 4 143 32 71 142 45
Binary 10111100 10110100 10 0 100 1100011 11010 111001 1100010 100101

Color Harmonies of #BCB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB402

Black with #BCB402

Text Example


Text Example

White with #BCB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB402; }

 p { color: rgb(188,180,2); }

 H1.HeaderClassName
 {
   color: #BCB402;
 }
 .AnyTagClassName
 {
   color: #BCB402;
 }
</style>

background-color css

<style>
 a { background-color: #BCB402; }

 a { background-color: rgb(188,180,2); }

 div.DivClassName
 {
   background-color: #BCB402;
 }
 .BgClassName
 {
   background-color: #BCB402;
 }
</style>

border-color css

<style>
 span { border-color: #BCB402; }

 span { border-color: rgb(188,180,2); }

 td.TdClassName
 {
   border-color: #BCB402;
 }
 .TagClassName
 {
   border-color: #BCB402;
 }
</style>