Html Css Color HEX #BCB00B La Rioja

📋 copy color: '#BCB00B'

red 188 ◦ green 176 ◦ blue 11

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

Shades of La Rioja #BCB00B

Tints of La Rioja #BCB00B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.93%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 50.13%
G = 46.93%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCB00B (or 0xBCB00B) is known color: La Rioja. HEX triplet: BC, B0 and 0B. RGB value is (188,176,11). Sum of RGB (Red+Green+Blue) = 188+176+11=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB00B is #434FF4. Grayscale: #A1A1A1. Windows color (decimal): -4411381 or 766140. OLE color: 766140.

HSL color Cylindrical-coordinate representation of color #BCB00B: hue angle of 55.93º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCB00B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 11 -
CMYK 0 0.06 0.94 0.26
HSL 55.93º 0.89% 0.39% -
HSV(B) 55.93º 0.94% 0.74% -
XYZ 36.32 41.77 6.46 -
YUV 160.78 43.48 147.42 -
System Red Green Blue C M Y K H S L
Decimal 188 176 11 0 0.06 0.94 0.26 55.93 0.89 0.39
Hex BC B0 B 0 6 5E 1A 38 59 27
Octal 274 260 13 0 6 136 32 70 131 47
Binary 10111100 10110000 1011 0 110 1011110 11010 111000 1011001 100111

Color Harmonies of #BCB00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB00B

Black with #BCB00B

Text Example


Text Example

White with #BCB00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB00B; }

 p { color: rgb(188,176,11); }

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

background-color css

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

 a { background-color: rgb(188,176,11); }

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

border-color css

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

 span { border-color: rgb(188,176,11); }

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