Html Css Color HEX #BCB802 La Rioja

📋 copy color: '#BCB802'

red 188 ◦ green 184 ◦ blue 2

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

Shades of La Rioja #BCB802

Tints of La Rioja #BCB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.2%

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

R = 50.27%
G = 49.2%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCB802 (or 0xBCB802) is known color: La Rioja. HEX triplet: BC, B8 and 02. RGB value is (188,184,2). Sum of RGB (Red+Green+Blue) = 188+184+2=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB802 is #4347FD. Grayscale: #A5A5A5. Windows color (decimal): -4409342 or 178364. OLE color: 178364.

HSL color Cylindrical-coordinate representation of color #BCB802: hue angle of 58.71º 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 #BCB802 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 2 -
CMYK 0 0.02 0.99 0.26
HSL 58.71º 0.98% 0.37% -
HSV(B) 58.71º 0.99% 0.74% -
XYZ 37.89 44.98 6.74 -
YUV 164.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 188 184 2 0 0.02 0.99 0.26 58.71 0.98 0.37
Hex BC B8 2 0 2 63 1A 3B 62 25
Octal 274 270 2 0 2 143 32 73 142 45
Binary 10111100 10111000 10 0 10 1100011 11010 111011 1100010 100101

Color Harmonies of #BCB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB802

Black with #BCB802

Text Example


Text Example

White with #BCB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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