Html Css Color HEX #B8BC07 La Rioja

📋 copy color: '#B8BC07'

red 184 ◦ green 188 ◦ blue 7

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

Shades of La Rioja #B8BC07

Tints of La Rioja #B8BC07

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 184 188 7 -
CMYK 0.02 0 0.96 0.26
HSL 61.33º 0.93% 0.38% -
HSV(B) 61.33º 0.96% 0.74% -
XYZ 37.79 46.17 7.12 -
YUV 166.17 38.17 140.72 -
System Red Green Blue C M Y K H S L
Decimal 184 188 7 0.02 0 0.96 0.26 61.33 0.93 0.38
Hex B8 BC 7 2 0 60 1A 3D 5D 26
Octal 270 274 7 2 0 140 32 75 135 46
Binary 10111000 10111100 111 10 0 1100000 11010 111101 1011101 100110

Color Harmonies of #B8BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BC07

Black with #B8BC07

Text Example


Text Example

White with #B8BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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