Html Css Color HEX #B7BD0F La Rioja

📋 copy color: '#B7BD0F'

red 183 ◦ green 189 ◦ blue 15

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

Shades of La Rioja #B7BD0F

Tints of La Rioja #B7BD0F

RGB

 RED value IS 183 (71.88% from 255) = 47.29%

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

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

R = 47.29%
G = 48.84%
B = 3.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#B7BD0F (or 0xB7BD0F) is known color: La Rioja. HEX triplet: B7, BD and 0F. RGB value is (183,189,15). Sum of RGB (Red+Green+Blue) = 183+189+15=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BD0F is #4842F0. Grayscale: #A8A8A8. Windows color (decimal): -4735729 or 1031607. OLE color: 1031607.

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

Color convert

RGB 183 189 15 -
CMYK 0.03 0 0.92 0.26
HSL 62.07º 0.85% 0.4% -
HSV(B) 62.07º 0.92% 0.74% -
XYZ 37.81 46.5 7.43 -
YUV 167.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 183 189 15 0.03 0 0.92 0.26 62.07 0.85 0.4
Hex B7 BD F 3 0 5C 1A 3E 55 28
Octal 267 275 17 3 0 134 32 76 125 50
Binary 10110111 10111101 1111 11 0 1011100 11010 111110 1010101 101000

Color Harmonies of #B7BD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BD0F

Black with #B7BD0F

Text Example


Text Example

White with #B7BD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BD0F; }

 p { color: rgb(183,189,15); }

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

background-color css

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

 a { background-color: rgb(183,189,15); }

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

border-color css

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

 span { border-color: rgb(183,189,15); }

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