Html Css Color HEX #B8BB0F La Rioja

📋 copy color: '#B8BB0F'

red 184 ◦ green 187 ◦ blue 15

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

Shades of La Rioja #B8BB0F

Tints of La Rioja #B8BB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 47.67%
G = 48.45%
B = 3.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B8BB0F (or 0xB8BB0F) is known color: La Rioja. HEX triplet: B8, BB and 0F. RGB value is (184,187,15). Sum of RGB (Red+Green+Blue) = 184+187+15=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BB0F is #4744F0. Grayscale: #A7A7A7. Windows color (decimal): -4670705 or 1031096. OLE color: 1031096.

HSL color Cylindrical-coordinate representation of color #B8BB0F: hue angle of 61.05º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8BB0F is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 187 15 -
CMYK 0.02 0 0.92 0.27
HSL 61.05º 0.85% 0.4% -
HSV(B) 61.05º 0.92% 0.73% -
XYZ 37.62 45.77 7.3 -
YUV 166.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 184 187 15 0.02 0 0.92 0.27 61.05 0.85 0.4
Hex B8 BB F 2 0 5C 1B 3D 55 28
Octal 270 273 17 2 0 134 33 75 125 50
Binary 10111000 10111011 1111 10 0 1011100 11011 111101 1010101 101000

Color Harmonies of #B8BB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BB0F

Black with #B8BB0F

Text Example


Text Example

White with #B8BB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BB0F; }

 p { color: rgb(184,187,15); }

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

background-color css

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

 a { background-color: rgb(184,187,15); }

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

border-color css

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

 span { border-color: rgb(184,187,15); }

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