Html Css Color HEX #CFBB25 Barberry

📋 copy color: '#CFBB25'

red 207 ◦ green 187 ◦ blue 37

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

Shades of Barberry #CFBB25

Tints of Barberry #CFBB25

RGB

 RED value IS 207 (81.25% from 255) = 48.03%

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

 BLUE value IS 37 (14.84% from 255) = 8.58%

R = 48.03%
G = 43.39%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFBB25 (or 0xCFBB25) is known color: Barberry. HEX triplet: CF, BB and 25. RGB value is (207,187,37). Sum of RGB (Red+Green+Blue) = 207+187+37=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB25 is #3044DA. Grayscale: #B0B0B0. Windows color (decimal): -3163355 or 2472911. OLE color: 2472911.

HSL color Cylindrical-coordinate representation of color #CFBB25: hue angle of 52.94º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFBB25 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 37 -
CMYK 0 0.10 0.82 0.19
HSL 52.94º 0.7% 0.48% -
HSV(B) 52.94º 0.82% 0.81% -
XYZ 43.84 48.94 8.89 -
YUV 175.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 207 187 37 0 0.10 0.82 0.19 52.94 0.7 0.48
Hex CF BB 25 0 A 52 13 35 46 30
Octal 317 273 45 0 12 122 23 65 106 60
Binary 11001111 10111011 100101 0 1010 1010010 10011 110101 1000110 110000

Color Harmonies of #CFBB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB25

Black with #CFBB25

Text Example


Text Example

White with #CFBB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB25; }

 p { color: rgb(207,187,37); }

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

background-color css

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

 a { background-color: rgb(207,187,37); }

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

border-color css

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

 span { border-color: rgb(207,187,37); }

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