Html Css Color HEX #BCBB03 La Rioja

📋 copy color: '#BCBB03'

red 188 ◦ green 187 ◦ blue 3

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

Shades of La Rioja #BCBB03

Tints of La Rioja #BCBB03

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.47%

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

R = 49.74%
G = 49.47%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCBB03 (or 0xBCBB03) is known color: La Rioja. HEX triplet: BC, BB and 03. RGB value is (188,187,3). Sum of RGB (Red+Green+Blue) = 188+187+3=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB03 is #4344FC. Grayscale: #A7A7A7. Windows color (decimal): -4408573 or 244668. OLE color: 244668.

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

Color convert

RGB 188 187 3 -
CMYK 0 0.01 0.98 0.26
HSL 59.68º 0.97% 0.37% -
HSV(B) 59.68º 0.98% 0.74% -
XYZ 38.53 46.24 6.98 -
YUV 166.32 35.83 143.46 -
System Red Green Blue C M Y K H S L
Decimal 188 187 3 0 0.01 0.98 0.26 59.68 0.97 0.37
Hex BC BB 3 0 1 62 1A 3C 61 25
Octal 274 273 3 0 1 142 32 74 141 45
Binary 10111100 10111011 11 0 1 1100010 11010 111100 1100001 100101

Color Harmonies of #BCBB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB03

Black with #BCBB03

Text Example


Text Example

White with #BCBB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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