Html Css Color HEX #BCB803 La Rioja

📋 copy color: '#BCB803'

red 188 ◦ green 184 ◦ blue 3

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

Shades of La Rioja #BCB803

Tints of La Rioja #BCB803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 50.13%
G = 49.07%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCB803 (or 0xBCB803) is known color: La Rioja. HEX triplet: BC, B8 and 03. RGB value is (188,184,3). Sum of RGB (Red+Green+Blue) = 188+184+3=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB803 is #4347FC. Grayscale: #A5A5A5. Windows color (decimal): -4409341 or 243900. OLE color: 243900.

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

Color convert

RGB 188 184 3 -
CMYK 0 0.02 0.98 0.26
HSL 58.7º 0.97% 0.37% -
HSV(B) 58.7º 0.98% 0.74% -
XYZ 37.9 44.98 6.77 -
YUV 164.56 36.83 144.72 -
System Red Green Blue C M Y K H S L
Decimal 188 184 3 0 0.02 0.98 0.26 58.7 0.97 0.37
Hex BC B8 3 0 2 62 1A 3B 61 25
Octal 274 270 3 0 2 142 32 73 141 45
Binary 10111100 10111000 11 0 10 1100010 11010 111011 1100001 100101

Color Harmonies of #BCB803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB803

Black with #BCB803

Text Example


Text Example

White with #BCB803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB803; }

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

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

background-color css

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

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

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

border-color css

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

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

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