Html Css Color HEX #B9BD07 La Rioja

📋 copy color: '#B9BD07'

red 185 ◦ green 189 ◦ blue 7

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

Shades of La Rioja #B9BD07

Tints of La Rioja #B9BD07

RGB

 RED value IS 185 (72.66% from 255) = 48.56%

 GREEN value IS 189 (74.22% from 255) = 49.61%

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

R = 48.56%
G = 49.61%
B = 1.84%

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

#B9BD07 (or 0xB9BD07) is known color: La Rioja. HEX triplet: B9, BD and 07. RGB value is (185,189,7). Sum of RGB (Red+Green+Blue) = 185+189+7=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BD07 is #4642F8. Grayscale: #A7A7A7. Windows color (decimal): -4604665 or 507321. OLE color: 507321.

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

Color convert

RGB 185 189 7 -
CMYK 0.02 0 0.96 0.26
HSL 61.32º 0.93% 0.38% -
HSV(B) 61.32º 0.96% 0.74% -
XYZ 38.24 46.72 7.2 -
YUV 167.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 185 189 7 0.02 0 0.96 0.26 61.32 0.93 0.38
Hex B9 BD 7 2 0 60 1A 3D 5D 26
Octal 271 275 7 2 0 140 32 75 135 46
Binary 10111001 10111101 111 10 0 1100000 11010 111101 1011101 100110

Color Harmonies of #B9BD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD07

Black with #B9BD07

Text Example


Text Example

White with #B9BD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD07; }

 p { color: rgb(185,189,7); }

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

background-color css

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

 a { background-color: rgb(185,189,7); }

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

border-color css

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

 span { border-color: rgb(185,189,7); }

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