Html Css Color HEX #BCB807 La Rioja

📋 copy color: '#BCB807'

red 188 ◦ green 184 ◦ blue 7

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

Shades of La Rioja #BCB807

Tints of La Rioja #BCB807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.85%

R = 49.6%
G = 48.55%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCB807 (or 0xBCB807) is known color: La Rioja. HEX triplet: BC, B8 and 07. RGB value is (188,184,7). Sum of RGB (Red+Green+Blue) = 188+184+7=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB807 is #4347F8. Grayscale: #A5A5A5. Windows color (decimal): -4409337 or 506044. OLE color: 506044.

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

Color convert

RGB 188 184 7 -
CMYK 0 0.02 0.96 0.26
HSL 58.67º 0.93% 0.38% -
HSV(B) 58.67º 0.96% 0.74% -
XYZ 37.92 44.99 6.89 -
YUV 165.02 38.83 144.39 -
System Red Green Blue C M Y K H S L
Decimal 188 184 7 0 0.02 0.96 0.26 58.67 0.93 0.38
Hex BC B8 7 0 2 60 1A 3B 5D 26
Octal 274 270 7 0 2 140 32 73 135 46
Binary 10111100 10111000 111 0 10 1100000 11010 111011 1011101 100110

Color Harmonies of #BCB807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB807

Black with #BCB807

Text Example


Text Example

White with #BCB807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB807; }

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

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

background-color css

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

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

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

border-color css

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

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

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